python-incremental: Update to 24.7.2
authorRichard Muzik <[email protected]>
Mon, 21 Jul 2025 13:57:32 +0000 (15:57 +0200)
committerJosef Schlehofer <[email protected]>
Wed, 30 Jul 2025 09:51:29 +0000 (11:51 +0200)
To see changes check NEWS [1].

[1] https://github.com/twisted/incremental/blob/incremental-24.7.2/NEWS.rst

Signed-off-by: Richard Muzik <[email protected]>
lang/python/python-incremental/Makefile
lang/python/python-incremental/patches/001-omit-tests.patch [deleted file]

index 0cfbe6b296bdc1163cf828f19bccfca4ff973dab..0ca917b52412ff1770b53ac4c60192c733dd60f0 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-incremental
-PKG_VERSION:=22.10.0
+PKG_VERSION:=24.7.2
 PKG_RELEASE:=1
 
 PYPI_NAME:=incremental
-PKG_HASH:=912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c24c0bd0
+PKG_HASH:=fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
@@ -39,6 +39,11 @@ define Package/python3-incremental/description
 Incremental is a small library that versions your Python projects.
 endef
 
+define Py3Package/python3-incremental/filespec
++|$(PYTHON3_PKG_DIR)
+-|$(PYTHON3_PKG_DIR)/incremental/tests
+endef
+
 $(eval $(call Py3Package,python3-incremental))
 $(eval $(call BuildPackage,python3-incremental))
 $(eval $(call BuildPackage,python3-incremental-src))
diff --git a/lang/python/python-incremental/patches/001-omit-tests.patch b/lang/python/python-incremental/patches/001-omit-tests.patch
deleted file mode 100644 (file)
index b71c6e3..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -30,7 +30,10 @@ zip_safe = False
- [options.packages.find]
- where = src
--exclude = exampleproj
-+exclude = 
-+      exampleproj
-+      *.tests
-+      *.tests.*
- [options.package_data]
- incremental = py.typed